home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-13 / allqtips.zip / TECH8.MSG < prev    next >
Text File  |  1992-08-05  |  5KB  |  94 lines

  1.           A QEdit Tip from the SemWare Technical Support Staff
  2.  
  3.                   .. QEdit's Keyboard Configuration ..
  4.  
  5.         Are you tired of signing your names to all those messages you
  6.         write in QEdit?  Would you like to change the help screen to the
  7.         F10 key like it was in your "other" editor?  This is where
  8.         QEdit's flexible keyboard configuration is extremely helpful. It
  9.         will provide you with the ability to assign editor commands and
  10.         macros to almost any key you prefer.  Below you will find an
  11.         explanation of QEdit's keyboard definition file (QCONFIG.DAT)
  12.         and how to modify it to meet _your_ needs.
  13.  
  14.         What is QCONFIG.DAT?
  15.         ~~~~~~~~~~~~~~~~~~~~
  16.         It is QEdit's keyboard definition file which contains the
  17.         default settings for the keyboard.  This file contains a list of
  18.         all the keys to which commands may be assigned.
  19.  
  20.         The configurable keys are on the left side of the file with the
  21.         commands or macros assigned to the keys on the right.  Blank
  22.         lines and lines starting with an asterik "*" are ignored.  The
  23.         control, alternate, and shift keys are used within QCONFIG.DAT
  24.         to assign to commands.  The following are some examples of each.
  25.  
  26.              - Control keys are specified with a "^". (i.e. - ^F1 means
  27.                Control F1 and ^PgUp means Control Page Up)
  28.  
  29.              - Alternate keys are specified with a "@". (i.e. - @F1
  30.                means Alternate F1 and @PgUp means Alternate Page Up)
  31.  
  32.              - Shift keys are specified with a "#". (i.e. - #F1 means
  33.                Shift F1)
  34.  
  35.         The case of the commands, as well as underscores in command
  36.         names, are ignored by the configuration program (QCONFIG.EXE).
  37.         This means that CursorDown, cursor_down, and Cursor_Down all
  38.         refer to the same command.
  39.  
  40.         What are twokeys?
  41.         ~~~~~~~~~~~~~~~~~
  42.         A twokey is a keystroke sequence assigned to two distinct
  43.         keystrokes.  This allows for more key assignment possibilities.
  44.         To assign a command to a twokey, enter both of the keystrokes of
  45.         the twokey in the first column separated by an underline. The
  46.         key here is that the commands must be separated by a '_'.  For
  47.         example, to assign the Exit command to the twokey, <Ctrl
  48.         F1><F2>, enter the following into your keyboard definition file:
  49.  
  50.                 ^F1_F2  Exit
  51.  
  52.         Any QEdit command can be assigned to a twokey, however macros
  53.         can _not_ be assigned to a twokey.
  54.  
  55.         How can I modify MY QEdit keys?
  56.         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  57.         Any QEdit user can modify his/her keys to suit their needs.  It
  58.         is easy and simple.  Just follow the steps below to modify your
  59.         QCONFIG.DAT file.
  60.  
  61.                 1.  Edit QCONFIG.DAT  (i.e. - q QCONFIG.DAT).
  62.                 2.  Make the appropriate changes to your QCONFIG.DAT
  63.                     file.  (i.e. - change the definitions of @0 and ^F2
  64.                     to be:
  65.  
  66.                     @0      InsertDate
  67.  
  68.                     ^F2     MacroBegin "Matthew Giles" Return "SemWare
  69.                             Technical Support"
  70.  
  71.                     Remember that the commands and/or text must fit on
  72.                     one line, not exceeding 512 characters in length.
  73.                     Also that text should be enclosed in single or
  74.                     double quotes.
  75.  
  76.                 3.  Save your QCONFIG.DAT file.
  77.                 4.  Run QCONFIG.EXE, enter program name and select K)eys
  78.                 5.  Enter keyboard definition name
  79.                 6.  Select S)ave options and quit
  80.  
  81.         You have now installed your new keyboard definitions into QEdit.
  82.         Next time the editor is loaded your new keys will be in effect.
  83.  
  84.         What if I liked the keys assignments on my "other" editor?
  85.         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  86.         There are many keyboard definition files written by QEdit users
  87.         and staff that will allow you to customize your editor to run
  88.         like another editor.  You may find these additional keyboard
  89.         definition files on the SemWare Support BBS.  To install and/or
  90.         edit the other keyboard definition file, follow the steps above
  91.         with the addition of entering the new filename when it prompts
  92.         you for the keyboard definition filename.
  93.  
  94.